All Packages Class Hierarchy This Package Previous Next Index
NSText
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- textDidBeginEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
- textDidChange:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
- textDidEndEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
- textShouldBeginEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
- textShouldEndEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
public abstract boolean textShouldBeginEditing(Text textObject)
- textShouldBeginEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
public abstract boolean textShouldEndEditing(Text textObject)
- textShouldEndEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
public abstract void textDidBeginEditing(Notification notification)
- textDidBeginEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
public abstract void textDidEndEditing(Notification notification)
- textDidEndEditing:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
public abstract void textDidChange(Notification notification)
- textDidChange:
Objective-C instance method
implemented by delegates of the Text
class
(known as the NSText
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index